UI_EN = {
    UI_options_NepHB_activationKey = "Keybind",
    UI_options_NepHB_activationKey_tooltip = "Key to toggle high beams on/off",

    UI_options_NepHB_alwaysOn = "Always On"
    UI_options_NepHB_alwaysOn_tooltip = "Headlights are automatically set to use high-beam mode"



    UI_options_NepHB_fixHeadlights = "Ignore headlight condition"
    UI_options_NepHB_fixHeadlights_tooltip = "If enabled, when high beams are on bulb condition is ignored"

    UI_options_NepHB_DebugMode = "Debug Mode",
    UI_options_NepHB_DebugMode_tooltip = "prints extra output to the console",

    UI_options_NepHB_lengthMult = "Length Multplier",
    UI_options_NepHB_lengthMult_tooltip = "Default: 2.0.  Higher values will cause the car to flicker when moving fast.",

    UI_options_NepHB_intensityMult = "Intensity Multplier",
    UI_options_NepHB_intensityMult_tooltip = "Default: 2.0. Higher values mainly affect light drop-off at edges.",


    UI_options_NepHB_glowWhenHBOn = "360° HighBeams"
    UI_options_NepHB_glowWhenHBOn_tooltip = "Highbeams illuminate the car and immediate surroundings in all directions."

    UI_options_NepHB_glowWhenHBOff = "360° normal lights"
    UI_options_NepHB_glowWhenHBOff_tooltip = "Allows you to use headlights to drive and normal lights to light up the immediate are when you need to get out/see behind."

    UI_options_NepHB_installYes = "VehiclePart.Class installed correctly"
    UI_options_NepHB_installNo1 = "***** JAVA FILES NOT INSTALLED! *****"
    UI_options_NepHB_installNo2 = "Refer to Mod Description for Instructions"
    UI_options_NepHB_Info1 = "note: some options require you to turn high beams off and on to take effect"

    UI_HepHB_Popup_Title = "High Beams 2 (Java Edition)"

    UI_HepHB_Popup_headingNoJava = "High Beams 2 Java file not installed!"
    UI_HepHB_Popup_headingOldVersion = "High Beams 2 has been updated."

    UI_HepHB_Popup_headingOldVersion = "High Beams 2 java file has been updated"
    UI_HepHB_Popup_WhatToDoOldVersion = "Please copy the zombie folder as described on the mods workshop page and restart the game."

    UI_HepHB_Popup_headingCorrectJava = "High Beams 2 Java class installed correctly"
    UI_HepHB_Popup_WhatToDoCorrectVersion = "No further action needed."

    UI_HepHB_Popup_headingFutureJava = "High Beams 2 Java class is a later version than expected"
    UI_HepHB_Popup_WhatToDoFutureJava = "Either you're a time traveller or the mod author forgot to update expectedJavaVersion in the LUA."

    UI_HepHB_Popup_headingMissingOrOld = "High Beams 2 Java class is either not installed or needs to be updated"
    UI_HepHB_Popup_WhatToDoMissingOrOld = "Please copy the zombie folder as described on the mod's workshop page and restart the game."


    UI_HepHB_Popup_GiveVersion = "Currently installed VehiclePart.class version: %d"
    UI_HepHB_Popup_GiveVersionMismathch = "Currently installed VehiclePart.class version: %d Expected Version: %d"
}